.right-xin {
  width: 224px;
  overflow: hidden;
  float: right;
}
/* 热点  start*/
.shadow {
  border-radius: 10px;
  background: #fff;
  /* box-shadow: 0 0px 5px #e8e8e8; */
  box-shadow: 0 0px 5px #dddbdb;
}
.one-rg {
  width: 224px;
  height: auto;
  float: right;
  margin-top: 5px;
}

.redian {
  width: 100%;
  height: 310px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.title {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: url(../img/jiao.png) left top no-repeat;
}

.title p,
.place-tit p {
  float: left;
  color: #1643b7;
  font-family: SimSun, "宋体";
  font-weight: bold;
  font-size: 22px;
  text-indent: 20px;
}

.title span a,
.place-tit span a {
  float: right;
  color: #666;
  font-size: 14px;
  padding-right: 10px;
}

.redian img {
  width: 100%;
  height: 69px;
}

.txt {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 170px;
}

.txt .bd {
  padding: 20px 10px;
}

.txt .infoList li {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  background: url(../img/dian.png) left center no-repeat;
  text-indent: 15px;
}

.txt .infoList li a {
  font-size: 14px;
}
/* 热点  end*/

/* 专栏 start*/
.three-rg {
  width: 224px;
  overflow: hidden;
  float: right;
}

.zhuanlan {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 5px;
}

.zhuanlan li {
  width: 203px;
  margin: auto;
  overflow: hidden;
  border-bottom: 1px dotted #d0d0d0;
  padding: 13px 0 10px;
}

.zhuanlan li:first-child {
  padding-top: 0;
}

.zhuanlan li:last-child {
  border-bottom: none;
}

.zhuanlan li img {
  width: 100%;
  height: 120px;
  border-radius: 10px;
}

.zhuanlan li p {
  line-height: 25px;
  font-size: 14px;
}

/* 广告条 */
.ad-rg {
  width: 100%;
  overflow: hidden;
}

.ad-rg img {
  width: 100%;
  /* height: 60px; */
  margin-bottom: 10px;
}

/* 融媒矩阵 */
.rongmei {
  width: 100%;
  height: 310px;
}

.rongmei ul {
  width: 203px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.rongmei li {
  width: 90px;
  height: 120px;
  text-align: center;
}

.rongmei li img {
  width: 100%;
  height: 90px;
}
/* 专栏 end*/

/* four content start */
.slideTxtBox {
  width: 100%;
  text-align: left;
  margin: 20px 0 10px;
}

.slideTxtBox .hd {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-bottom: 1px solid #8299be;
  position: relative;
}

.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  left: 0;
  top: -1px;
  height: 43px;
  text-align: center;
}

.slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  width: 130px;
  font-size: 16px;
  background: #8299be;
  color: #fff;
  margin-right: 10px;
}

.slideTxtBox .hd ul li.on {
  height: 40px;
  font-size: 16px;
  background: #05337e;
  color: #fff;
}

.slideTxtBox .bd ul {
  zoom: 1;
  overflow: hidden;
  padding: 15px 10px;
}

.slideTxtBox .bd li {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 14px;
}

.slideTxtBox .bd li a {
  font-size: 16px;
  color: #05337e;
}

.slideTxtBox .bd li a:hover {
  color: #05337e;
}
/* four content end */
